home *** CD-ROM | disk | FTP | other *** search
- object frmOfflineProfile: TfrmOfflineProfile
- Left = 613
- Top = 284
- ActiveControl = TntListView1
- BorderStyle = bsDialog
- Caption = 'Switch To Profile'
- ClientHeight = 213
- ClientWidth = 349
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 6
- Width = 74
- Height = 13
- Caption = 'Offline Profiles:'
- end
- object TntListView1: TTntListView
- Left = 8
- Top = 24
- Width = 333
- Height = 146
- Columns = <
- item
- Width = 310
- end>
- ShowColumnHeaders = False
- SmallImages = Form1.ImageList2
- TabOrder = 0
- ViewStyle = vsReport
- OnSelectItem = TntListView1SelectItem
- end
- object Button1: TButton
- Left = 192
- Top = 180
- Width = 69
- Height = 25
- Caption = 'OK'
- Enabled = False
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 272
- Top = 180
- Width = 69
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-